Computes the shortest distance between a point and a plane.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | pt(3) |
The point. |
||
| class(plane), | intent(in) | :: | pln |
The plane. |
The shortest distance between the point and plane.